home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / applied / exit < prev    next >
Text File  |  2001-04-23  |  500b  |  19 lines

  1. SYNOPSIS
  2.         void exit(object ob)
  3.  
  4. DESCRIPTION
  5.         This function is used in compat mode only.
  6.  
  7.         This function is called in the old environment everytime a
  8.         living object ob leaves it.
  9.  
  10.         The function this_player() will return a random value, don't
  11.         use it at this point.
  12.  
  13.         WARNING: Using this function is EXTREMELY dangerous. A single
  14.         bug, and you are forever (i.e. until the next reboot occurs)
  15.         caught in the room.
  16.  
  17. SEE ALSO
  18.         init(A)
  19.